EMT Practice Test

1. Question Content...


Question List

Question1: A large company is designing a Benefts application with PRPC. The company is broken into five regions, and each has different processes and business rules that affect the application. As a pilot, you are implementing the application for a single region.
How do you determine which rules belong in the framework layer versus the implementation layer? (Choose One)

Question2: In which of the following cases would you use Connect SQL rules? (Choose Two)

Question3: Three (3) flows (Flow-A, Flow-B and Flow-C) are being executed on the same work item. So far, Flow-A has reached its 5th and last assignment, Flow-B has reached its 3rd assignment, and 4th and last assignment of Flow-C has just been created.
All assignments are routed to a user's worklist.
How many records related to this work item would you expect the pc_assign_worklist table to hold? (Choose One)

Question4: Which of the following statements are most accurate about the Split-For-Each and Split-Join shapes? (Choose Two)

Question5: All of the following requirements can be met through the use of Directed Web Access, EXCEPT? (Choose One)

Question6: What does the Migrate Product wizard NOT do? (Choose One)

Question7: Consider the following situation:
A PRPC application is running within a 1.2 GB JVM (Java Virtual Machine). There is approximatively 400 MB of free memory and garbage collector reclaims in average 32 MB of memory in the course of an hour.
The application is generating approximately 30 database alerts per minute. The database CPU runs at an average of 76% peaking periodically at 97%. The alert log file does not report any byte warning with a 10 MB threshold defined.
The Rules Assembly count is 0 when a typical interaction executes in average 74.6 rules. The application CPU peaks periodically at 20% but otherwise runs in average around 12%.
Users are complaining about poor performance. Their interactions take in average 4.15 seconds.
Which of the following approaches is most appropriate to resolve this issue? (Choose One)

Question8: In a PRPC application the Collect Information section has three tabs: Personal Details, Transaction History and Comments. When the user is working on the case they will open the transaction history only when it's required. What is the preferred design you will do to make the screen render faster? (Choose One)

Question9: A framework rule has been overridden with a copy in the implementation layer. Both rules are in locked RuleSet versions. An architect wishes to restore the framework functionality.
Which of the following will NOT accomplish this? (Choose Two)

Question10: ShipCo is a shipping company that is implementing a PRPC application to manage shipping orders. There is a group of operators who must not be able to open and view orders that were created before they started working for ShipCo, as set by the DateOfHire attribute in the LDAP system.
Which PRPC feature is most applicable to this requirement? (Choose One)

Question11: Review the following requirement:
A PRPC-based stock trading application allows a pool of traders to initiate stocks sale on behalf of customers. However, such an operation should only be allowed during the Stock Market Trading Sessions.
The requirement for the application is to detect any operations occurring outside of the Trading Sessions hours, to suspend it and alert a group of auditors to review it and decide whether to allow it to go through during the next session or to simply reject it.
Which of the following approaches is the most appropriate for this requirement? (Choose One)

Question12: As a best practice, it is recommended that generated integration data models are mapped to the application data model and not used directly by business rules.
Which of the following is the best rationale for this best practice? (Choose One)

Question13: A PRPC application has a work object that represents a corporate account with thousands of members. When a member of an account registers with the application a related transaction must be recorded.
There are generally two approaches for this design:
1) Embed the transactions as a PageList in the account object
2) Create transaction objects that are linked to the account
Which of the following statements is most accurate regarding the impact of locking on choosing between these approaches? (Choose One)

Question14: In what two ways do Declare OnChange and Declare Trigger instances differ? (Choose Two)

Question15: If a PRPC system crashed due to suspected out of memory issues, which of the following data would best help you determine the root cause? (Choose Two)

Question16: Which of the following statements is most accurate when we talk about the localization wizard? (Choose one)

Question17: An application team has recently released an application to production with the last locked RuleSet version as 01-01-32. They now wish to create two new RuleSet versions; one to hold weekly bug fixes for the current release and one to start working on the next quarterly release.
Which two RuleSet versions would be most appropriate to create? (Choose One)

Question18: Which of the following alerts can be configured to interrupt the related behavior? (Choose One)

Question19: In a PRPC application the ViewPortfolioInformation section has three accordion layouts: Stock Details, Stock graphs and Trade/Payment history.
What is the preferred design you will do to make the screen display latest details when they are accessed? (Choose One)

Question20: A PRPC Human Resources application is built to manage Benefit Enrollment.
Cases include the following:
- EnrollMedical (created when an employee enrolls in a Medical plan)
- EnrollDental (created when an employee enrolls in a Dental plan)
- EmployeeBenefits (created for each employee to manage the overall benefits; EnrollMedical is run first, followed by EnrollDental)
What are the likely classes for these case types and what are the likely case relationships between them? (Choose One)

Question21: You have been asked to build human resources application that facilitates the work required to support new hires. For each new hire, multiple tasks must be done, such as "Enroll in Benefits" and "Acquire Workspace". You are having trouble deciding if each of these tasks should be represented as separate assignments in the same case, or separate subcases.
Which of the following requirements will help you decide on the approach? (Choose Two)

Question22: If there is a requirement to embed a 3rd-party API such as jQuery, which approach is recommended? (Choose One)

Question23: Which of the following statements is most accurate related to delegating rules to business users using the PRPC MyRules functionality? (Choose One)

Question24: An application administrator has been sent a number of complaints that after nightly server restarts the PRPC application is slow in the early morning.
Which of the following actions can be used to mitigate this issue? (Choose One)

Question25: What is TRUE about skimming? (Choose Two)

Question26: Which of the following statements are most accurate about Business Events? (Choose Two)

Question27: Consider the following situation:
A PRPC application is running within a 1.2 GB JVM (Java Virtual Machine). There is approximately 350 MB of free memory and garbage collector reclaims in average 32 MB of memory in the course of an hour.
The Rules Assembly count is 0 when a typical interaction executes in average 72.6 rules. The application CPU peaks periodically at 22% but otherwise runs in average around 12%.
The application is generating approximatively 30 database alerts per minute. The database CPU runs at an average of 75% peaking periodically at 96%. The alert log file does not report any byte warning with a 10 MB threshold defined.
Users are complaining about poor performance. Their interactions take in average 4.5 seconds.
Which of the following approaches is most appropriate to resolve this issue? (Choose One)

Question28: Which of the following statements is most accurate regarding connector error handling? (Choose One)

Question29: In the August 20-24, 2012 period, the operators "Architect2" and "Architect4" create the following number of work items:

An architect wishes to create a report that charts this data as follows:

What is the simplest way to create a report with this chart? (Choose One)

Question30: A PRPC application is built for handling a Customer Support Call Center. Authentication is handled outside PRPC. When operators are added to the external system, they must be able to access the PRPC application and perform work.
Which approach is best suited for this requirement? (Choose One)

Question31: Review the following requirement:
A PRPC-based stock trading application allows a pool of traders to initiate stocks sale on behalf of customers. However, such an operation should only be allowed during the Stock Market Trading Sessions. The requirement for the application is to detect any operations occurring outside of the Trading Sessions hours, to suspend it and alert a group of auditors to review it and decide whether to allow it to go through during the next session or to simply reject it.
Which of the following approaches is the most appropriate for this requirement? (Choose One)

Question32: Which of the following statements is most accurate regarding the PRPC data model? (Choose One)

Question33: Which of the following statements is most accurate regarding the display of the flow actions at run-time ? (Choose One)

Question34: You have been asked to design the user interface forms to follow the enterprise branding standard on all user forms generated in PRPC. You have been given the CSS files that can be used as a style guide to format the HTML elements.
Which of the following statements is FALSE? (Choose One)

Question35: If a button is styled in three places - one in the base CSS used in PRPC, one in a custom CSS file that is included in the harness, and one in the Branding wizard, which of the following statements are TRUE? (Choose Two)

Question36: Which of the following steps are required to implement Policy Override capability? (Choose Two)

Question37: Which two of the following statements about Enterprise Content Management (ECM) attachment type are most accurate? (Choose Two)

Question38: Review the following requirement:
A claims application has as part of its process a step that sends a letter to an individual. After the letter is sent, the claims adjuster cannot do anything to the claim for 28 days. After those 28 days, the next step is for the claims adjuster to review the case details and make a processing decision. During those 28 days, the individual who received the letter may call up the front office and provide new information about the claim at which point the 28-day hold is lifted and the work is routed to the adjuster for the decision. The business says in most cases this call does not occur and the 28 days lapses.
Given the information provided, which design is most appropriate? (Choose One)

Question39: Review the following screen shots.
Declare Expression:

Decision Tree: Map Value:


Given the Declarative Expression (set to Whenever inputs change), Decision Tree, and Map Value shown above, which condition causes the declarative network to attempt to recalculate the .TargetProp on the primary page? (Choose One)

Question40: Which of the following statements are most accurate about case-based reasoning? (Choose Two)

Question41: A work type MyCo-FW-PurchaseApp-Work-Request has a PageList property .LineItems of class MyCo-FW-PurchaseApp-Data-Item.
Another work type, MyCo-FW-PurchaseApp-Work-Order has a PageList property .ItemsForVendor of class MyCo-FW-PurchaseApp-Data-Item.
An item has a calculation .TotalPrice = .Quantity * .UnitPrice.
The application is experiencing behavior where the TotalPrice is calculating correctly for Requests but not for Orders.
Which of the following is the most likely explanation for this issue? (Choose One)

Question42: What is TRUE about the PRPC command line utility that imports and exports archives? (Choose One)

Question43: Which of the following statements are most accurate about ad-hoc work? (Choose Two)

Question44: In a PRPC application, a customer wishes to ensure that the value of "Government ID" is encrypted when stored. Database-level encryption is not available.
Which of the following is least likely needed to implement this requirement? (Choose One)

Question45: PRPC's branching ability is most appropriate to use when __________. (Choose One)

Question46: The home loan application uses a PRPC SOAP connector to get the credit score of the applicant from an external webservice hosted by a third party company. The application determines the risk level for the applicant based on this score. The underwriting group handling these cases must be able to specify the risk level that is appropriate to a score band.
When the CSR is working on the case, the application invokes the SOAP connector to get the credit score and the external service returns the credit score of the applicant. However, since the information is confidential, it is required to display the risk level of the applicant based on their score and not the actual score.
Given the above requirements which of the following approaches is most appropriate? (Choose One)

Question47: A Connector rule is configured in PRPC to run asynchronously.
Which of the following statements is the most accurate with regard to its configuration or execution? (Choose One)

Question48: When is it appropriate to use a spin-off? (Choose One)

Question49: Which of the following changes to a flow is least likely to cause issues with existing assignments in a production environment? (Choose One)